[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EditIt (xValue,cMsg,cPicture,[nRow],[nCol],[cColor],[lIsPsw]) --> xRetVal:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Functions:
~~~~~~~~~~
It enables to edit the desired value in a window. It is usedfor single data item
entry. For example date and time set, record number to GOTO ...

Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
xValue:      value to edit
cMessage:    text as edited value name
cPicture:    picture maskfor edited value
nRow:        row to place the editing window, default is the center of the
             screen.
nCol:        column to place the editing window, default is the center of
             the screen.
cColor:      window color, default is m->Color:Edit
lIsPasword:  if true, the '*' are displayed instead of entered characters
             to protect the password set

Return value:
~~~~~~~~~~~~~
edited value

Remarks:
~~~~~~~~
It requires the public non Clipper object m->Color to exist to take the
colors from it.

Source code is in file  Object3.prg

See Also: EditGetMsg EditGet HelpKeys m->Color Color
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson